home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 8 / Eagles_Nest_Mac_Collection_Disc_8.TOAST / Developer Environments / ProGraph251 / ProGraph v2.5 / Prograph 2.5.rsrc / STR#_970.txt < prev    next >
Encoding:
Text File  |  1991-10-15  |  372 b   |  9 lines

  1. Inputs: Application; MenuName | MenuIndex
  2. Outputs: FoundIndex | FoundName; FoundMenu
  3.  
  4. Inputs: ¬´Application¬ª; string | integer
  5. Outputs: integer | string; ¬´Menu¬ª | NULL
  6.  
  7. Given MenuName, search attribute "menu lib" of Application for a Menu named MenuName; return FoundIndex and FoundMenu or 0 and NULL if not found.  If MenuIndex given, return FoundName and FoundMenu.
  8.  
  9.